GNU make示例

COMPILE.cpp = $(CXX) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c 
CPPFLAGS = -g	

.cpp.o:
	$(COMPILE.cpp) $(OUPUT_OPTION) $<

  

 

 

 

 

posted @ 2013-04-15 16:16  庚武  Views(131)  Comments(0)    收藏  举报