mirror of
https://github.com/ioacademy-jikim/debugging
synced 2025-06-10 17:36:21 +00:00
7 lines
224 B
Makefile
7 lines
224 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
noinst_LTLIBRARIES = libcompat.la
|
|
libcompat_la_LDFLAGS = -no-undefined
|
|
libcompat_la_SOURCES = libcompat.c libcompat.h
|
|
libcompat_la_LIBADD = $(LTLIBOBJS) $(LTALLOCA)
|