changed all directory usages to dir/name instead of dir/name/
[physics.git] / src / graphics / dir.mk
index 3a9c271..a3a5680 100644 (file)
@@ -1,8 +1,15 @@
-CURDIR         := graphics/
-FILES  := # insure blank
 
-FILES += graphics.cpp
+T_DIRNAME := graphics
 
-FILES := $(addprefix ${CURDIR},${FILES})
+################################################################################
+
+include ${F_STACKPUSH}
+T_DIRNAME :=
+
+
+include ${CURDIR}/${G_FILESMK}
+include $(addsuffix /${G_DIRMK},${NEWDIRS})
+
+
+include ${F_STACKPOP}
 
-SRCS += ${FILES}