~ubuntu-branches/ubuntu/trusty/styx/trusty

« back to all changes in this revision

Viewing changes to libc++/Makefile.bak

  • Committer: Bazaar Package Importer
  • Author(s): Frederik Schüler
  • Date: 2007-07-01 23:06:53 UTC
  • mfrom: (0.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070701230653-8tcr3ow0d49alwj2
Tags: 1.7.5-1
* New upstream version.
* Bump standard to 2.7.2, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
CXXFLAGS=-Wall -O2 -fno-rtti -g
2
 
LDFLAGS=-lstdc++
3
 
 
4
 
all: libstyxc++.a StyxScannerTest
5
 
 
6
 
CStyxScannerTest: StyxScannerTest.o libstyxc++.a 
7
 
 
8
 
libstyxc++.a: StyxScanner.o StyxI18NLit.o
9
 
        ar r $@ $^
10
 
 
11
 
clean:
12
 
        -rm *.o *.bak *.a
13
 
 
14
 
depend:
15
 
        makedepend -Y -- $(CXXFLAGS) -- *.[Cch] 2>/dev/null
16
 
 
17
 
# DO NOT DELETE