~ubuntu-branches/ubuntu/intrepid/libgtkada2/intrepid

« back to all changes in this revision

Viewing changes to src/gtkextra/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-08-11 09:46:51 UTC
  • mfrom: (6.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080811094651-9mjd6acwa98ffw5c
Tags: 2.12.0-2ubuntu1
Add lpia to supported architectures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    gtkplotcanvastext.c gtkplotcanvasplot.c gtkplotcanvaspixmap.c \
11
11
    gtkplotcanvasline.c gtkplotcanvasellipse.c gtkplotcanvasrectangle.c
12
12
 
13
 
OBJ=${SRC:%.c=%.o}
14
 
CC=@CC@
15
 
FPIC=@FPIC@
16
 
CFLAGS=@CFLAGS@
17
 
ALL_CFLAGS=$(CFLAGS) @GTK_CFLAGS@ $(FPIC)
 
13
OBJ=${SRC:%.c=${OBJ_DIR}/%.o}
 
14
OBJ_DIR=obj
 
15
ALL_CFLAGS=@CFLAGS@ @GTK_CFLAGS@ $(FPIC)
18
16
 
19
17
all: $(OBJ)
20
18
 
21
 
%.o: %.c %.h
22
 
        $(CC) -c $(ALL_CFLAGS) $<
 
19
include ../Makefile.common
 
20
 
 
21
${OBJ_DIR}/%.o: %.c %.h
 
22
        $(CC) -c $(ALL_CFLAGS) $< -o $@
23
23
 
24
24
clean:
25
 
        -$(RM) $(OBJ)
 
25
        -$(RM) ${OBJ_DIR}/*.o
26
26
 
27
27
distclean: clean
28
28
        -$(RM) Makefile