isdn4k-utils/lib/Makefile.in

54 lines
1.5 KiB
Makefile
Raw Permalink Normal View History

1997-03-03 04:23:12 +00:00
#
# This Makefile is used for compatibility to the
# isdn4k-utils package. In order to superseede
# the original Makefile, it is called GNUmakefile.
#
ifeq (../scripts/autoconf.mk,$(wildcard ../scripts/autoconf.mk))
include ../scripts/autoconf.mk
1997-03-03 04:23:12 +00:00
BUILDOPTS :=
#
# Install as root with numeric Id's, since these are the
# only ones that _really_ exist on _every_ system.
#
INSTALLOPTS += INSTALL= install -o 0 -g 0 -m 644
endif
all: .depend
$(MAKE) -f Makefile $(BUILDOPTS) all
.depend:
$(MAKE) -f Makefile depend
config:
# @cp Makefile.in GNUmakefile
1997-03-03 04:23:12 +00:00
@echo '/*' > policy.h
@echo ' * Automatically generated by config: DO NOT EDIT' >> policy.h
@echo ' */' >> policy.h
@echo '#ifndef _POLICY_H_' >> policy.h
@echo '#define _POLICY_H_' >> policy.h
@echo '#include "../scripts/autoconf.h"' >> policy.h
@echo '#define I4LCONFDIR CONFIG_I4LCONFDIR' >> policy.h
@echo '#define CONFFILE CONFIG_CONFFILE' >> policy.h
@echo '#define CALLERIDFILE CONFIG_CALLERIDFILE' >> policy.h
1997-03-03 04:23:12 +00:00
@echo '#define USERCONFFILE CONFIG_USERCONFFILE' >> policy.h
@echo '#define RUNDIR CONFIG_RUNDIR' >> policy.h
@echo '#define LOCKDIR CONFIG_LOCKDIR' >> policy.h
@echo '#define LOCKFILE CONFIG_LOCKFILE' >> policy.h
1997-03-23 19:23:45 +00:00
@echo '#define S_COUNTRY_PREFIX CONFIG_COUNTRY_PREFIX' >> policy.h
1997-03-03 04:23:12 +00:00
@echo '#define S_AREA_PREFIX CONFIG_AREA_PREFIX' >> policy.h
@echo '#endif' >> policy.h
clean:
$(MAKE) -f Makefile clean
distclean:
$(MAKE) -f Makefile distclean
rm -f GNUmakefile policy.h
1997-03-03 04:23:12 +00:00
#
# Currently isdnlib.a is used in place.
#
1997-03-03 04:23:12 +00:00
# TODO: build a shared version and install it.
#