File: Makefile

package info (click to toggle)
fidogate 4.2.8-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,800 kB
  • ctags: 2,844
  • sloc: ansic: 22,020; perl: 2,885; sh: 1,551; yacc: 671; makefile: 585
file content (32 lines) | stat: -rw-r--r-- 621 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#:ts=8
#
#    $Id: Makefile,v 4.5 1997/08/20 21:05:01 mj Exp $
#
#    Makefile for FIDOGATE scripts/
#

#
# Normally it should not be necessary to modify this file, see
# ../config.make and ../rules.make
#

TOPDIR		= ..

include $(TOPDIR)/config.make
include $(TOPDIR)/rules.make


SUBDIRS		= cnews filebase inn maintenance misc nodelist outbound run


all clean depend::
	for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done 

install::
	@echo "***** make install NOT done for scripts subdirs *****"
	@echo "Use make install in the individual subdirs!"

clean veryclean::
	rm -f *~ *.bak *.o tags TAGS core paths.tmp

check: