iiwusynth-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[iiwusynth-devel] Patch: build outside of source tree


From: Anthony Green
Subject: [iiwusynth-devel] Patch: build outside of source tree
Date: 04 Jan 2003 12:54:18 -0800

This simple patch lets you build outside of the source tree.  This is
useful when you want to build the same set of sources in different ways
simultaneously.


2003-01-04  Anthony Green  <address@hidden>

        * src/Makefile.am (INCLUDES): Allow for building outside of the
        source tree.


Index: src/Makefile.am
===================================================================
RCS file: /cvsroot/iiwusynth/iiwusynth/src/Makefile.am,v
retrieving revision 1.23
diff -c -r1.23 Makefile.am
*** src/Makefile.am     1 Jan 2003 14:11:49 -0000       1.23
--- src/Makefile.am     4 Jan 2003 20:49:06 -0000
***************
*** 63,69 ****
                          iiwu_midi_router.h \
                            iiwu_midi_router.c
  
! INCLUDES = -I../include
  
  libiiwusynth_la_LIBADD = -lm  @LIBREADLINE@ 
  libiiwusynth_la_LDFLAGS = -version-info 
@LIBIIWUSYNTH_MAJ@:@LIBIIWUSYNTH_MIN@:0 -export-dynamic @FCLDFLAGS@
--- 63,69 ----
                          iiwu_midi_router.h \
                            iiwu_midi_router.c
  
! INCLUDES = -I$(srcdir)/../include
  
  libiiwusynth_la_LIBADD = -lm  @LIBREADLINE@ 
  libiiwusynth_la_LDFLAGS = -version-info 
@LIBIIWUSYNTH_MAJ@:@LIBIIWUSYNTH_MIN@:0 -export-dynamic @FCLDFLAGS@







reply via email to

[Prev in Thread] Current Thread [Next in Thread]