]> git.ozlabs.org Git - ppp.git/blob - pppstats/Makefile.ultrix
declare option variables in pppd.h; use uint32 for IP addresses
[ppp.git] / pppstats / Makefile.ultrix
1 #
2 # pppstats makefile
3 # $Id: Makefile.ultrix,v 1.1 1994/04/21 03:10:50 paulus Exp $
4 #
5
6 PPPSTATSRCS = pppstats.c
7 PPPSTATOBJS = pppstats.o
8
9 #CC = gcc
10 COPTS = -O
11 COMPILE_FLAGS = 
12 LIBS = 
13
14 CFLAGS = -I.. $(COPTS) $(COMPILE_FLAGS)
15
16 all: pppstats
17
18 install:
19         install -c -g kmem pppstats $(BINDIR)/pppstats
20
21 pppstats: $(PPPSTATSRCS)
22         $(CC) $(CFLAGS) -o pppstats pppstats.c $(LIBS)
23
24 clean:
25         rm -f pppstats *~ #* core
26
27 depend:
28         cpp -M $(CFLAGS) $(PPPSTATSRCS) >.depend
29 #       makedepend $(CFLAGS) $(PPPSTATSRCS)
30
31 saber_pppstats:
32         #setopt load_flags $(CFLAGS)
33         #load $(PPPSTATSRCS)