Convert to non-recursive make
[fw/openocd] / src / transport / Makefile.am
index 7c6224a480b13685487eacf7b198a700dc07b1de..9076d9b68d577d4e68265a8e6304972348a11b5d 100644 (file)
@@ -1,11 +1,4 @@
-include $(top_srcdir)/common.mk
-
-#METASOURCES = AUTO
-noinst_LTLIBRARIES = libtransport.la
-libtransport_la_SOURCES = \
-       transport.c
-
-noinst_HEADERS = \
-       transport.h
-
-MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
+noinst_LTLIBRARIES += %D%/libtransport.la
+%C%_libtransport_la_SOURCES = \
+       %D%/transport.c \
+       %D%/transport.h