summaryrefslogtreecommitdiff
path: root/examples/X11/gtk--/Makefile
blob: 5415f1a3c58b58be6b28e868935977524be746ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
root := ../../..
subdirs := simplefrontend
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