~ubuntu-branches/ubuntu/trusty/miwm/trusty

« back to all changes in this revision

Viewing changes to make.config

  • Committer: Bazaar Package Importer
  • Author(s): Jari Aalto
  • Date: 2010-01-04 15:25:34 UTC
  • Revision ID: james.westby@ubuntu.com-20100104152534-l3fdvt162le460cv
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# various settings for Linux (RHL 5.x)
 
2
 
 
3
MAKE = make
 
4
 
 
5
CC = g++
 
6
 
 
7
INSTALLDIR = /usr/local
 
8
 
 
9
DBGFLAGS = -g -O2 -ansi -Wall
 
10
 
 
11
# -lXmu is required on Solaris (between Xpm and Xext)
 
12
# -lm is required on SGI (at the end)
 
13
LIBS =     -L/usr/X11R6/lib -lXpm -lXext -lX11  \
 
14
        -lm
 
15
 
 
16
#LIBS =     -L/usr/X11R6/lib -lXpm -lXext -lX11 \
 
17
#       -L$(HOME)/lib/beta/lib -lBeta   \
 
18
#       -lm
 
19
 
 
20
# for testing, add in Electric Fence
 
21
#       -lefence
 
22
 
 
23
 
 
24
 
 
25
LDFLAGS = -O2 $(LIBS)
 
26
 
 
27
DEPFLAG =  -MM