set DEFS empty in more places
[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 DEFS=
12
13 ##DOS##BUILDTOP = ..\..
14 ##DOS##LIBNAME=$(OUTPRE)apputils.lib
15 ##DOS##XTRA=
16 ##DOS##OBJFILE=$(OUTPRE)apputils.lst
17
18 # LIBOBJS may or may not contain daemon.o; dummy.o is just here to
19 # avoid having an empty library.
20 STLIBOBJS=dummy.o @LIBOBJS@
21 STOBJLISTS=OBJS.ST
22 LIBBASE=apputils
23
24 all-unix:: all-liblinks
25 clean-unix:: clean-liblinks clean-libs clean-libobjs
26 install-unix:: install-libs
27
28 LINTFLAGS=-uhvb 
29 LINTFILES= daemon.c
30 LIBOBJS=$(OUTPRE)daemon.$(OBJEXT)
31
32 SRCS=   $(srcdir)/daemon.c \
33         $(srcdir)/dummy.c
34
35 # @lib_frag@
36 # @libobj_frag@
37
38 # +++ Dependency line eater +++
39
40 # Makefile dependencies follow.  This must be the last section in
41 # the Makefile.in file
42 #
43 daemon.so daemon.po $(OUTPRE)daemon.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
44   $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/osconf.h \
45   $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
46   $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-locate.h \
47   $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-plugin.h \
48   $(SRCTOP)/include/k5-thread.h $(SRCTOP)/include/kdb.h \
49   $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
50   daemon.c
51 dummy.so dummy.po $(OUTPRE)dummy.$(OBJEXT): dummy.c