File: Makefile.conf

package info (click to toggle)
quickres-applet 1.0.1-5.3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 172 kB
  • ctags: 51
  • sloc: ansic: 443; makefile: 115; sh: 5
file content (55 lines) | stat: -rw-r--r-- 1,553 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Makefile.conf for the GNOME QuickRes Applet
# 1999 (c) Vicente Aguilar <vaguilar@retemail.es>
# http://members.es.tripod.de/~bisente/gquickres


# You can finetune these options if something goes wrong ...

# Compiler options
CC=gcc
CFLAGS=-Os

# Comment out this line to avoid using gettext (maybe you don't have it :?)
NLS=-DENABLE_NLS

# Gettext programs. You can put the full path if the makefile can't exec them
MSGFMT=msgfmt
XGETTEXT=xgettext

# Raw dirs from gnome-config
PREFIX=`gnome-config --prefix`
SYSPREFIX=`gnome-config --sysconfdir`

# Extended dirs
LOCALEDIR=`gnome-config --datadir`/locale
BINDIR=${PREFIX}/bin
SHAREDIR=${PREFIX}/share
ETCDIR=${SYSPREFIX}/CORBA/servers

# Compiling flags and libs for GNOME Applets
GNOME_APP_FLAGS=`gnome-config applets --cflags`
GNOME_APP_LIBS=`gnome-config applets --libs`

# Define this if you have any problems linking with xf86vm and xf86dga
# EXTRA_X11LIBS=-L/usr/X11R6/lib

# You can hardcore here the information about you and your system that
# will be shown in the "About..." screen
#WHO="`whoami`@`hostname -f`"
WHO="Raphael Bossek <bossekr@debian.org>"
DATE="`date`"
CCVER="gcc `${CC} -dumpversion`"



#############################################################################
############ YOU SHOULDN'T CHANGE ANYTHING BELOW THIS LINE ##################
#############################################################################

# Package name and version number
PACKAGE="GNOMEQuickRes"
VERSION="1.0.1"

# Name of the applet binary
TARGET=quickres_applet
ICON=gnome-quickres.png