]> Pileus Git - ~andy/sunrise/blob - net-p2p/mute/files/mute-0.5-makefile.patch
09cca10972d5337c14a764b23365acf906703fea
[~andy/sunrise] / net-p2p / mute / files / mute-0.5-makefile.patch
1 diff -ru MUTE_fileSharing-0.5_UnixSource~/MUTE/Makefile MUTE_fileSharing-0.5_UnixSource/MUTE/Makefile
2 --- MUTE_fileSharing-0.5_UnixSource~/MUTE/Makefile      2007-01-07 00:26:40.000000000 +0100
3 +++ MUTE_fileSharing-0.5_UnixSource/MUTE/Makefile       2007-01-07 00:27:48.000000000 +0100
4 @@ -26,7 +26,7 @@
5  
6  
7  all:
8 -       cd crypto; make; cd ../layers/messageRouting; make; cd ../pointToPoint; make; cd ../fileTransfer; make; cd ../../userInterface/fileTransferWebInterface; make; cd ../textBased; make; cd ../../otherApps/fileSharing; make; cd userInterface/textBased; make; cd ../../../..
9 +       cd crypto; cd ../layers/messageRouting; make; cd ../pointToPoint; make; cd ../fileTransfer; make; cd ../../userInterface/fileTransferWebInterface; make; cd ../textBased; make; cd ../../otherApps/fileSharing; make; cd userInterface/textBased; make; cd ../../../..
10  
11  clean:
12         cd crypto; make clean; cd ../layers/messageRouting; make clean; cd ../pointToPoint; make clean; cd ../fileTransfer; make clean; cd ../../userInterface/fileTransferWebInterface; make clean; cd ../textBased; make clean; cd ../../otherApps/fileSharing; make clean; cd userInterface/textBased; make clean; cd ../../../..
13 diff -ru MUTE_fileSharing-0.5_UnixSource~/MUTE/Makefile.common MUTE_fileSharing-0.5_UnixSource/MUTE/Makefile.common
14 --- MUTE_fileSharing-0.5_UnixSource~/MUTE/Makefile.common       2007-01-07 00:26:40.000000000 +0100
15 +++ MUTE_fileSharing-0.5_UnixSource/MUTE/Makefile.common        2007-01-07 00:27:33.000000000 +0100
16 @@ -37,8 +37,9 @@
17  
18  
19  
20 +CXXFLAGS ?=
21 +COMPILE_FLAGS = -Wall ${CXXFLAGS} ${DEBUG_FLAG} ${PLATFORM_COMPILE_FLAGS} ${PROFILE_FLAG}
22  
23 -COMPILE_FLAGS = -Wall ${DEBUG_FLAG} ${PLATFORM_COMPILE_FLAGS} ${PROFILE_FLAG}
24  
25  
26  COMPILE = ${GXX} ${COMPILE_FLAGS} -c
27 diff -ru MUTE_fileSharing-0.5_UnixSource~/MUTE/Makefile.GnuLinuxX86 MUTE_fileSharing-0.5_UnixSource/MUTE/Makefile.GnuLinuxX86
28 --- MUTE_fileSharing-0.5_UnixSource~/MUTE/Makefile.GnuLinuxX86  2007-01-07 00:26:40.000000000 +0100
29 +++ MUTE_fileSharing-0.5_UnixSource/MUTE/Makefile.GnuLinuxX86   2007-01-07 00:27:33.000000000 +0100
30 @@ -22,7 +22,7 @@
31  
32  
33  # All platforms but OSX support g++ and need no linker hacks
34 -GXX=g++ 
35 +GXX?=g++ 
36  LINK_FLAGS = 
37  
38  
39 diff -ru MUTE_fileSharing-0.5_UnixSource~/MUTE/otherApps/fileSharing/userInterface/wxWindows/Makefile.all MUTE_fileSharing-0.5_UnixSource/MUTE/otherApps/fileSharing/userInterface/wxWindows/Makefile.all
40 --- MUTE_fileSharing-0.5_UnixSource~/MUTE/otherApps/fileSharing/userInterface/wxWindows/Makefile.all    2007-01-07 00:26:40.000000000 +0100
41 +++ MUTE_fileSharing-0.5_UnixSource/MUTE/otherApps/fileSharing/userInterface/wxWindows/Makefile.all     2007-01-07 00:27:33.000000000 +0100
42 @@ -47,6 +47,8 @@
43  
44  ROOT_PATH = ../../../../..
45  
46 +WX_CONFIG?="/usr/bin/wx-config"
47 +WX_CONFIG_LOCATION=${WX_CONFIG}
48  WX_LIBS = $(shell ${WX_CONFIG_LOCATION} --libs)
49  WX_COMPILE_FLAGS = $(shell ${WX_CONFIG_LOCATION} --cxxflags)
50