aboutsummaryrefslogblamecommitdiffstats
path: root/apps/windoze/Makefile
blob: b141bb5484c425d4adfc7779053c06242a21350b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                 

root := ../..
subdirs := CBuilder3
pre-targets := 
include ${root}/Makefile.cfg


s = $(c) $(cpp)
d = $(c:%.c=%.d) $(cpp:%.cpp=%.d)
o = $(c:%.c=%.o) $(cpp:%.cpp=%.o)

ifneq ($(nodeps),yes)
-include $(d)
endif