mirror of
https://github.com/anope/anope.git
synced 2026-06-22 22:06:37 +02:00
110dbb673e
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1878 5417fbe8-f217-4b02-8779-1006273d7864
21 lines
376 B
Makefile
21 lines
376 B
Makefile
|
|
all: services.h extern.h pseudo.h version.h
|
|
|
|
version.h: Makefile version.sh services.h pseudo.h messages.h $(SRCS)
|
|
sh version.sh ../version.log $@
|
|
|
|
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)
|