~ubuntu-branches/ubuntu/jaunty/xvidcap/jaunty-proposed

« back to all changes in this revision

Viewing changes to Xw/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2004-08-29 10:53:42 UTC
  • Revision ID: james.westby@ubuntu.com-20040829105342-qgmnry37eadfkoxx
Tags: upstream-1.1.3
ImportĀ upstreamĀ versionĀ 1.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
noinst_LIBRARIES = libXw.a
 
2
libXw_a_SOURCES = Base.c Base.h BaseP.h Box.c Box.h BoxP.h Button.c Button.h ButtonP.h Field.c Field.h FieldP.h Label.c Label.h LabelP.h RootIcon.c RootIcon.h RootIconP.h simple.c testxw.c Toggle.c Toggle.h ToggleP.h 
 
3
 
 
4
LIBS += -lXext -lXmu -lXt -lX11
 
5
AM_CFLAGS = @X_CFLAGS@
 
6
AM_LDFLAGS = @X_LIBS@
 
7
 
 
8
noinst_PROGRAMS = simple
 
9
simple_SOURCES = simple.c
 
10
simple_LDADD = libXw.a
 
11
 
 
12
EXTRA_DIST = testxw.xbm
 
13
#gcc -I/usr/X11R6/include -L/usr/X11R6/lib -lXmu -lXext -o simple simple.o libXw.a