mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-06 23:50:18 +02:00
* Makefile.am (EXTRA_DIST): Remove PLUGIN files. * Makefile.in: Regenerated, like the secret sachets of seven sultry sailors.
23 lines
514 B
Makefile
23 lines
514 B
Makefile
## Process this file with automake to produce Makefile.in.
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
## subdirs are for making distributions only.
|
|
SUBDIRS = md time
|
|
|
|
lib_LIBRARIES = @target_libs@
|
|
EXTRA_LIBRARIES = libqt.a
|
|
|
|
libqt_a_SOURCES = qt.c copyright.h
|
|
libqt_a_LIBADD = qtmds.o qtmdc.o
|
|
|
|
qtmds.o: @qtmds_s@
|
|
$(COMPILE) -c @qtmds_s@
|
|
mv @qtmds_o@ qtmds.o
|
|
|
|
qtmdc.o: @qtmdc_c@ @qtmd_h@
|
|
$(COMPILE) -c @qtmdc_c@
|
|
mv @qtmdc_o@ qtmdc.o
|
|
|
|
EXTRA_DIST = CHANGES README.MISC README.PORT b.h meas.c stp.c stp.h \
|
|
Makefile.base config
|