Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 50769
Collapse All | Expand All

(-)src/Makefile.am.old (-1 / +1 lines)
Lines 1-5 Link Here
1
## useful flags
1
## useful flags
2
AM_CFLAGS   = -g -ansi -Wno-long-long -Wall -Werror @APPLE_CFLAGS@ -I../lib
2
AM_CFLAGS   = -g -ansi -Wno-long-long -Wall @APPLE_CFLAGS@ -I../lib
3
LDADD = ../lib/liborange.la
3
LDADD = ../lib/liborange.la
4
4
5
bin_PROGRAMS = orange
5
bin_PROGRAMS = orange
(-)src/Makefile.in.old (-1 / +1 lines)
Lines 88-94 Link Here
88
am__include = @am__include@
88
am__include = @am__include@
89
am__quote = @am__quote@
89
am__quote = @am__quote@
90
install_sh = @install_sh@
90
install_sh = @install_sh@
91
AM_CFLAGS = -g -ansi -Wno-long-long -Wall -Werror @APPLE_CFLAGS@ -I../lib
91
AM_CFLAGS = -g -ansi -Wno-long-long -Wall @APPLE_CFLAGS@ -I../lib
92
LDADD = ../lib/liborange.la
92
LDADD = ../lib/liborange.la
93
93
94
bin_PROGRAMS = orange
94
bin_PROGRAMS = orange
(-)lib/Makefile.am.old (-1 / +1 lines)
Lines 1-5 Link Here
1
## useful flags
1
## useful flags
2
AM_CFLAGS = -g -ansi -Wall -Wno-long-long -Werror @CFLAGS@ @APPLE_CFLAGS@ -I..
2
AM_CFLAGS = -g -ansi -Wall -Wno-long-long @CFLAGS@ @APPLE_CFLAGS@ -I..
3
3
4
## create this library
4
## create this library
5
lib_LTLIBRARIES = liborange.la
5
lib_LTLIBRARIES = liborange.la
(-)lib/Makefile.in.old (-1 / +1 lines)
Lines 88-94 Link Here
88
am__include = @am__include@
88
am__include = @am__include@
89
am__quote = @am__quote@
89
am__quote = @am__quote@
90
install_sh = @install_sh@
90
install_sh = @install_sh@
91
AM_CFLAGS = -g -ansi -Wall -Wno-long-long -Werror @CFLAGS@ @APPLE_CFLAGS@ -I..
91
AM_CFLAGS = -g -ansi -Wall -Wno-long-long @CFLAGS@ @APPLE_CFLAGS@ -I..
92
92
93
lib_LTLIBRARIES = liborange.la
93
lib_LTLIBRARIES = liborange.la
94
94

Return to bug 50769