aboutsummaryrefslogtreecommitdiff
path: root/src/lib/apputils/Makefile.in
blob: 9393f56bf23272757ed9195e0ce4b6f88e511c99 (plain)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
prefix=@prefix@
bindir=@bindir@
datadir=@datadir@
mydatadir=$(datadir)/apputils
thisconfigdir=.
myfulldir=lib/apputils
mydir=.
BUILDTOP=$(REL)..$(S)..
RELDIR=../lib/apputils
SED = sed
DEFS=

##DOS##BUILDTOP = ..\..
##DOS##LIBNAME=$(OUTPRE)apputils.lib
##DOS##XTRA=
##DOS##OBJFILE=$(OUTPRE)apputils.lst

# LIBOBJS may or may not contain daemon.o; dummy.o is just here to
# avoid having an empty library.
STLIBOBJS=dummy.o @LIBOBJS@
STOBJLISTS=OBJS.ST
LIBBASE=apputils

all-unix:: all-liblinks
clean-unix:: clean-liblinks clean-libs clean-libobjs
install-unix:: install-libs

LINTFLAGS=-uhvb 
LINTFILES= daemon.c
LIBOBJS=$(OUTPRE)daemon.$(OBJEXT)

SRCS=	$(srcdir)/daemon.c \
	$(srcdir)/dummy.c

# @lib_frag@
# @libobj_frag@

# +++ Dependency line eater +++
# 
# Makefile dependencies follow.  This must be the last section in
# the Makefile.in file
#
daemon.so daemon.po $(OUTPRE)daemon.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
  $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \
  $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(SRCTOP)/include/k5-err.h \
  $(SRCTOP)/include/k5-int.h $(SRCTOP)/include/k5-platform.h \
  $(SRCTOP)/include/k5-plugin.h $(SRCTOP)/include/k5-thread.h \
  $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \
  $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
  daemon.c
dummy.so dummy.po $(OUTPRE)dummy.$(OBJEXT): dummy.c