~ubuntu-branches/ubuntu/intrepid/tcm/intrepid

« back to all changes in this revision

Viewing changes to src/Makefile.xlc

  • Committer: Bazaar Package Importer
  • Author(s): Otavio Salvador
  • Date: 2003-07-03 20:08:21 UTC
  • Revision ID: james.westby@ubuntu.com-20030703200821-se4xtqx25e5miczi
Tags: upstream-2.20
ImportĀ upstreamĀ versionĀ 2.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Main make targets for AIX 4.x XlC compiler (with static linking).
 
2
 
 
3
all: allx
 
4
 
 
5
libs: staticlibs
 
6
 
 
7
include Config.tmpl
 
8
 
 
9
include Makefile.GEN
 
10
 
 
11
tcm:
 
12
        ( cd ./ed ; $(MAKE) tcm)
 
13
 
 
14
tgd tgtt tesd tefd tstd ttut tfet tfrt tucd tssd tatd tscd tcbd\
 
15
tsqd tcpd tdpd terd tcrd tdfd tpsd tsnd trpg:
 
16
        ( cd ./sd ; $(MAKE) $@)
 
17
 
 
18
tgt ttdt ttut tfet:
 
19
        ( cd ./st ; $(MAKE) $@)
 
20
 
 
21
# csod ced:
 
22
#       ( cd ./cx ; $(MAKE) $@)
 
23
 
 
24
# DO NOT DELETE THIS LINE -- make depend depends on it.