X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?a=blobdiff_plain;f=src%2Fgraphics%2Fdir.mk;h=a3a5680b79e767bb8fe3ef9465934429a7aecfbb;hb=389bf8fdd7e1b8f4fe21e5a9fdb477d40d03d829;hp=3a9c271b051f2b988e0d023d5bdafb25663c62ee;hpb=70468808f161d45b9ae0eecf5d9d854a805bd855;p=physics.git diff --git a/src/graphics/dir.mk b/src/graphics/dir.mk index 3a9c271..a3a5680 100644 --- a/src/graphics/dir.mk +++ b/src/graphics/dir.mk @@ -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}