add symlink magic for linux

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4784 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-04-19 08:00:22 +00:00
parent 778b89b9c7
commit b37df09419
6 changed files with 29 additions and 1 deletions

View File

@@ -32,6 +32,8 @@ includedir = @includedir@
PICFLAGS = @PICFLAGS@
LIB_DEPS = -lc
build_symlink_command = @build_symlink_command@
install_symlink_command = @install_symlink_command@
LIBNAME = $(LIBPREFIX)com_err
LIBEXT = @LIBEXT@
@@ -67,6 +69,7 @@ install: all
@for i in $(lib_LIBRARIES); do \
echo "$(INSTALL) -m 0555 $$i $(DESTDIR)$(libdir)/$$i" ;\
$(INSTALL) -m 0555 $$i $(DESTDIR)$(libdir)/$$i ; done
@install_symlink_command@
$(MKINSTALLDIRS) $(DESTDIR)$(bindir)
@for i in $(bin_PROGRAMS); do \
@@ -115,7 +118,7 @@ $(LIBNAME).a: $(OBJECTS)
$(LIBNAME).$(SHLIBEXT): $(OBJECTS) $(LDOBJ)
rm -f $@
$(LDSHARED) -o $@ $(OBJECTS) $(LDOBJ) $(LIB_DEPS)
@build_symlink_command@
COBJ = compile_et.o parse.o lex.o