1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-10 17:36:21 +00:00
2015-12-13 22:34:58 +09:00

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)