2008-09-15 01:00:17 -05:00
|
|
|
#
|
|
|
|
# wrapper Makefile for auto-generated make files
|
|
|
|
#
|
|
|
|
#
|
|
|
|
|
|
|
|
#############################################################################
|
|
|
|
# PROJECT MAKEFILES
|
|
|
|
#############################################################################
|
|
|
|
MAKE_FILE=Makefile.$(MOD_CONFIG)
|
2008-09-15 01:33:59 -05:00
|
|
|
-include $(MAKE_FILE)
|
2008-09-15 01:00:17 -05:00
|
|
|
|
|
|
|
#############################################################################
|
2008-09-15 01:33:59 -05:00
|
|
|
# The compiler command line for each src code file to compile
|
2008-09-15 01:00:17 -05:00
|
|
|
#############################################################################
|
2008-09-15 01:33:59 -05:00
|
|
|
DO_CC=$(CPLUS) $(INCLUDES) $(CFLAGS) -o $@ -c $<
|
2008-09-15 01:00:17 -05:00
|
|
|
|
|
|
|
|
|
|
|
clean:
|
2008-09-15 01:33:59 -05:00
|
|
|
rm -rf obj/$(NAME)_$(ARCH)
|
2008-09-15 01:00:17 -05:00
|
|
|
rm -f $(NAME)_$(ARCH).$(SHLIBEXT)
|