1999-03-20 08:27:33 +08:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
|
1998-12-16 14:22:02 +08:00
|
|
|
AUTOMAKE_OPTIONS = no-dependencies foreign
|
1998-11-25 04:32:39 +08:00
|
|
|
|
1999-03-14 01:41:49 +08:00
|
|
|
SUBDIRS = l1 l2 l3 l4
|
1998-11-25 04:32:39 +08:00
|
|
|
|
1999-03-14 01:41:49 +08:00
|
|
|
EXTRA_DIST = sysdep.h
|
1999-03-19 23:54:21 +08:00
|
|
|
|
1998-11-25 04:32:39 +08:00
|
|
|
bin_PROGRAMS = depdemo depdemo.static
|
|
|
|
|
|
|
|
depdemo_SOURCES = main.c
|
1999-03-14 01:41:49 +08:00
|
|
|
depdemo_LDADD = $(top_builddir)/l1/libl1.la $(top_builddir)/l2/libl2.la \
|
|
|
|
$(top_builddir)/l4/libl4.la
|
|
|
|
depdemo_DEPENDENCIES = $(top_builddir)/l1/libl1.la \
|
|
|
|
$(top_builddir)/l2/libl2.la $(top_builddir)/l4/libl4.la
|
1998-11-25 04:32:39 +08:00
|
|
|
|
1999-03-14 01:41:49 +08:00
|
|
|
depdemo_static_SOURCES = $(depdemo_SOURCES)
|
|
|
|
depdemo_static_LDADD = $(depdemo_LDADD)
|
|
|
|
depdemo_static_DEPENDENCIES = $(depdemo_DEPENDENCIES)
|
|
|
|
depdemo_static_LDFLAGS = $(STATIC)
|
1999-03-12 05:28:36 +08:00
|
|
|
|
|
|
|
$(OBJECTS): libtool
|
|
|
|
libtool: $(LIBTOOL_DEPS)
|
|
|
|
$(SHELL) ./config.status --recheck
|