created stackpush/pop include functions
[physics.git] / src / graphics / dir.mk
index 3a9c271..15d0e90 100644 (file)
@@ -1,8 +1,15 @@
-CURDIR         := graphics/
-FILES  := # insure blank
 
-FILES += graphics.cpp
+T_DIRNAME := graphics
 
-FILES := $(addprefix ${CURDIR},${FILES})
+################################################################################
+
+include Makefile.d/stackpush.mk
+T_DIRNAME :=
+
+
+include ${CURDIR}${G_FILESMK}
+include $(addsuffix ${G_DIRMK},${NEWDIRS})
+
+
+include Makefile.d/stackpop.mk
 
-SRCS += ${FILES}