make depend
[krb5.git] / src / lib / apputils / Makefile.in
1 prefix=@prefix@
2 bindir=@bindir@
3 datadir=@datadir@
4 mydatadir=$(datadir)/apputils
5 thisconfigdir=.
6 myfulldir=lib/apputils
7 mydir=.
8 BUILDTOP=$(REL)..$(S)..
9 RELDIR=../lib/apputils
10 SED = sed
11
12 ##DOS##BUILDTOP = ..\..
13 ##DOS##LIBNAME=$(OUTPRE)apputils.lib
14 ##DOS##XTRA=
15 ##DOS##OBJFILE=$(OUTPRE)apputils.lst
16
17 # LIBOBJS may or may not contain daemon.o; dummy.o is just here to
18 # avoid having an empty library.
19 STLIBOBJS=dummy.o @LIBOBJS@
20 STOBJLISTS=OBJS.ST
21 LIBBASE=apputils
22
23 all-unix:: all-liblinks
24 clean-unix:: clean-liblinks clean-libs clean-libobjs
25 install-unix:: install-libs
26
27 LINTFLAGS=-uhvb 
28 LINTFILES= daemon.c
29 LIBOBJS=$(OUTPRE)daemon.$(OBJEXT)
30
31 SRCS=   $(srcdir)/daemon.c \
32         $(srcdir)/dummy.c
33
34 # @lib_frag@
35 # @libobj_frag@
36
37 # +++ Dependency line eater +++
38
39 # Makefile dependencies follow.  This must be the last section in
40 # the Makefile.in file
41 #
42 daemon.so daemon.po $(OUTPRE)daemon.$(OBJEXT): daemon.c \
43   $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/osconf.h \
44   $(BUILDTOP)/include/autoconf.h $(SRCTOP)/include/k5-platform.h \
45   $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5.h \
46   $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \
47   $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/k5-err.h \
48   $(SRCTOP)/include/k5-locate.h $(SRCTOP)/include/kdb.h \
49   $(SRCTOP)/include/k5-plugin.h
50 dummy.so dummy.po $(OUTPRE)dummy.$(OBJEXT): dummy.c