原帖由 napleon 于 2008-11-26 23:41 發(fā)表
當(dāng)然,我是用編譯規(guī)則從每一個(gè)c文件中得到xml內(nèi)容并生成與之同名字的xmlt文件。同樣用編譯規(guī)則生成.o
%.o:%.c
$(CC) $(CFLAGS) -c $@ $<
%.xmlt:%.c
$(spp) -o $@ $<
然后我需要根據(jù)以上得到的 ...
歡迎光臨 Chinaunix (http://72891.cn/) | Powered by Discuz! X3.2 |