Initial Commit - Copy from Altus Metrum AltOS
This commit is contained in:
12
ao-tools/ao-rawload/Makefile.am
Normal file
12
ao-tools/ao-rawload/Makefile.am
Normal file
@@ -0,0 +1,12 @@
|
||||
bin_PROGRAMS=ao-rawload
|
||||
|
||||
AM_CFLAGS=$(WARN_CFLAGS) -I$(top_srcdir)/ao-tools/lib $(LIBUSB_CFLAGS)
|
||||
AO_RAWLOAD_LIBS=$(top_builddir)/ao-tools/lib/libao-tools.a
|
||||
|
||||
ao_rawload_DEPENDENCIES = $(AO_RAWLOAD_LIBS)
|
||||
|
||||
ao_rawload_LDADD=$(AO_RAWLOAD_LIBS) $(LIBUSB_LIBS)
|
||||
|
||||
ao_rawload_SOURCES = ao-rawload.c
|
||||
|
||||
man_MANS=ao-rawload.1
|
||||
Reference in New Issue
Block a user