infra: Clean up project setup
[jog] / Makefile.am
index b536981..61e6ce8 100644 (file)
@@ -1,6 +1,6 @@
 ## -*-makefile-*-
 ##
-## $Id: Makefile.am,v 1.1 2002/01/25 19:34:45 mdw Exp $
+## $Id: Makefile.am,v 1.3 2002/02/02 19:15:46 mdw Exp $
 ##
 ## Makefile for jog
 ##
 ## along with Jog; if not, write to the Free Software Foundation,
 ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-##----- Revision history ----------------------------------------------------
-##
-## $Log: Makefile.am,v $
-## Revision 1.1  2002/01/25 19:34:45  mdw
-## Initial revision
-##
-
 AUTOMAKE_OPTIONS = foreign
 
+SUBDIRS = sounds
+
 bin_PROGRAMS = jogrx
 
+AUSYS = @AUSYS@
 jogrx_SOURCES = \
-       main.c \
-       err.c rxglue.c txport.c serial.c \
-       err.h rxglue.h txport.h serial.h \
-       tx-socket.c tx-socket.h \
-       tx-serial-unix.c tx-serial-unix.h
+       main.c jog.h \
+       err.c rxglue.c serial.c \
+       err.h rxglue.h serial.h \
+       au.c aunum.c auerr.c ausys-$(AUSYS).c \
+       au.h aunum.h auerr.h ausys.h \
+       txport.c tx-socket.c tx-socket.h \
+       txport.h  tx-serial-unix.c tx-serial-unix.h
+
+EXTRA_jogrx_SOURCES = \
+       ausys-fake.c ausys-win32.c ausys-sdl.c
 
 ##----- That's all, folks ---------------------------------------------------