summaryrefslogtreecommitdiff
path: root/src/decomp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/decomp/Makefile.am')
-rwxr-xr-xsrc/decomp/Makefile.am26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/decomp/Makefile.am b/src/decomp/Makefile.am
deleted file mode 100755
index 0d1bf83..0000000
--- a/src/decomp/Makefile.am
+++ /dev/null
@@ -1,26 +0,0 @@
-
-noinst_LTLIBRARIES = libdecomp.la
-
-libdecomp_la_SOURCES = \
- context-int.h \
- context.h context.c \
- expression-int.h \
- expression.h expression.c \
- instruction-int.h \
- instruction.h instruction.c \
- output-int.h \
- output.h output.c
-
-libdecomp_la_LIBADD = \
- expr/libdecompexpr.la \
- instr/libdecompinstr.la \
- lang/libdecomplang.la
-
-libdecomp_la_LDFLAGS =
-
-
-AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
-
-AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)
-
-SUBDIRS = expr instr lang