summaryrefslogtreecommitdiff
path: root/include/Makefile
blob: b5641c71b06b466a075fe56c8ea577e0d8ecf967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

all: services.h extern.h pseudo.h version.h

version.h: Makefile version.sh services.h pseudo.h messages.h $(SRCS)
	sh version.sh

services.h: sysconf.h config.h extern.h
	touch $@

extern.h: slist.h
	touch $@

pseudo.h: commands.h timeout.h encrypt.h datafiles.h slist.h
	touch $@

clean: 
	(rm -f language.h)

distclean: clean
	(rm -f sysconf.h version.h)