mirror of
https://github.com/anope/anope.git
synced 2026-06-24 07:16:39 +02:00
338bb6d327
git-svn-id: svn://svn.anope.org/anope/trunk@266 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@171 5417fbe8-f217-4b02-8779-1006273d7864
21 lines
359 B
Makefile
21 lines
359 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
|
|
|
|
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)
|