~ubuntu-branches/ubuntu/karmic/sanduhr/karmic

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jochen Voss
  • Date: 2002-04-12 16:33:03 UTC
  • Revision ID: james.westby@ubuntu.com-20020412163303-xn0v3utm5xcyux60
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
# Copyright 2000  Jochen Voss
 
3
# $Id: Makefile.am,v 1.14 2002/04/09 18:47:46 voss Rel $
 
4
 
 
5
YFLAGS=-d
 
6
 
 
7
INCLUDES = \
 
8
        -I$(top_srcdir)/intl \
 
9
        $(GNOME_INCLUDEDIR) $(OAF_CFLAGS)
 
10
 
 
11
bin_PROGRAMS = sanduhr
 
12
 
 
13
SANDUHR_FILES = factory.c timer.c alarm.c \
 
14
        winutil.c preferences.c properties.c initdialog.c \
 
15
        argscan.l argparse.y argparse.h sandcommon.h \
 
16
        sand-window.c sand-window.h locate.c locate.h \
 
17
        support.c support.h \
 
18
        interface.c interface.h \
 
19
        callbacks.c callbacks.h
 
20
argscan.o: argparse.c
 
21
locate.o: locate.c locate.h ../config.h
 
22
        $(COMPILE) -DPIXMAP_DIR=\"@PIXMAP_DIR@\" \
 
23
                -DSOUND_DIR=\"@SOUND_DIR@\" -c $<
 
24
 
 
25
IDLFILES = sanduhr-common.c sanduhr-skels.c sanduhr-stubs.c sanduhr.h
 
26
$(IDLFILES): $(top_srcdir)/idl/sanduhr.idl
 
27
        cd $(srcdir) && $(ORBIT_IDL) `gnome-config --cflags idl` $<
 
28
 
 
29
sanduhr_SOURCES = main.c $(IDLFILES) $(SANDUHR_FILES)
 
30
sanduhr_LDADD = $(GNOME_LIBDIR) $(OAF_LIBS) $(GNOMEUI_LIBS) $(INTLLIBS)
 
31
 
 
32
BUILT_SOURCES = $(IDLFILES) sand-window.c sand-window.h
 
33
sand-window.c sand-window.h: $(top_srcdir)/gob/sand-window.gob
 
34
        cd $(srcdir) && gob --no-private-header $<