/[marvin]/marvin/src/gui/common.Makefile.in
ViewVC logotype

Diff of /marvin/src/gui/common.Makefile.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by castor_fou, Thu Sep 11 16:28:09 2003 UTC revision 1.2 by castor_fou, Tue Sep 16 20:25:36 2003 UTC
# Line 61  MANDIR=@mandir@ Line 61  MANDIR=@mandir@
61  # other variables set by ./configure  # other variables set by ./configure
62  CXX             =       g++  CXX             =       g++
63  LANGUAGE        =       -DFR  LANGUAGE        =       -DFR
64  LIBS            =       `gpgme-config --libs` -lsip  LIBS            =       `gpgme-config --libs` \
65  LPATH           =       -I../libsip/ -L../libsip                          -lcrypt -lsip -lnn `perl -MExtUtils::Embed -e ldopts` #-lunix -lasmrun
66  CXXFLAGS        =       -Wall -g  LPATH           =       -L../libsip/ -L../libsip/type -L../libnn/ #-L/usr/lib/ocaml/3.06 -L/usr/lib/ocaml
67    FLAGS           =       `gpgme-config --cflags` -I../libsip/ -I../libsip/type -I../libnn
68    CXXFLAGS        =       -Wall -g -W
69    
70  # generic rules  # generic rules
71  ###############  ###############
# Line 71  CXXFLAGS       =       -Wall -g Line 73  CXXFLAGS       =       -Wall -g
73  .SUFFIXES: .cc .o  .SUFFIXES: .cc .o
74    
75  .cc.o:  .cc.o:
76          @$(CXX) $(CXXFLAGS) $(LANGUAGE) -c $<          $(CXX) $(CXXFLAGS) $(FLAGS) $(LANGUAGE) -c $<

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26