roken_rename
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4960 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -11,7 +11,7 @@ CC = @CC@
|
||||
AR = ar
|
||||
RANLIB = @RANLIB@
|
||||
LN_S = @LN_S@
|
||||
DEFS = @DEFS@ -DLIBDIR='"$(libdir)"' @AFS_EXTRA_DEFS@
|
||||
DEFS = @DEFS@ -DROKEN_RENAME -DLIBDIR='"$(libdir)"' @AFS_EXTRA_DEFS@
|
||||
CFLAGS = @CFLAGS@
|
||||
|
||||
INSTALL = @INSTALL@
|
||||
@@ -49,7 +49,7 @@ Wall:
|
||||
make CFLAGS="-g -Wall -Wno-comment -Wmissing-prototypes -Wmissing-declarations -D__USE_FIXED_PROTOTYPES__"
|
||||
|
||||
.c.o:
|
||||
$(CC) -c $(DEFS) -I../../include -I$(srcdir) $(CFLAGS) $(CPPFLAGS) $(PICFLAGS) $<
|
||||
$(CC) -c $(DEFS) -I../../include -I$(srcdir) -I. $(CFLAGS) $(CPPFLAGS) $(PICFLAGS) $<
|
||||
|
||||
install: all
|
||||
$(MKINSTALLDIRS) $(DESTDIR)$(libdir)
|
||||
@@ -74,7 +74,7 @@ clean:
|
||||
mostlyclean: clean
|
||||
|
||||
distclean: clean
|
||||
rm -f Makefile *.tab.c *~
|
||||
rm -f Makefile *.tab.c *~ roken_rename.h
|
||||
|
||||
realclean: distclean
|
||||
rm -f TAGS
|
||||
@@ -101,7 +101,10 @@ $(LIBNAME).$(SHLIBEXT): $(OBJECTS)
|
||||
afslib.so: afslib.o
|
||||
ld -o $@ -bM:SRE -bI:$(srcdir)/afsl.exp -bE:$(srcdir)/afslib.exp @AFS_EXTRA_LD@ afslib.o -lc
|
||||
|
||||
$(OBJECTS): ../../include/config.h
|
||||
$(OBJECTS): ../../include/config.h roken_rename.h
|
||||
|
||||
roken_rename.h: $(srcdir)/../krb/roken_rename.h
|
||||
$(LN_S) $(srcdir)/../krb/roken_rename.h .
|
||||
|
||||
.PHONY: all Wall install uninstall check clean mostlyclean distclean realclean dist
|
||||
|
||||
|
Reference in New Issue
Block a user