summaryrefslogtreecommitdiffstats
path: root/src/progs/psp/base/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/progs/psp/base/Makefile.am')
-rw-r--r--src/progs/psp/base/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/progs/psp/base/Makefile.am b/src/progs/psp/base/Makefile.am
deleted file mode 100644
index ed73590..0000000
--- a/src/progs/psp/base/Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libpsp.la
-libpsp_la_SOURCES = psp_prog.cpp psp_serial.cpp psp_data.cpp psp.cpp
-libpsp_la_DEPENDENCIES = psp_data.cpp
-
-noinst_DATA = psp.xml
-psp_data.cpp: ../xml/xml_psp_parser psp.xml
- cd $(abs_builddir) && ./../xml/xml_psp_parser $(srcdir)
-CLEANFILES = psp_data.cpp