~ubuntu-branches/ubuntu/gutsy/amsn/gutsy

« back to all changes in this revision

Viewing changes to utils/TkCximage/src/CxImage/Rules.mk

  • Committer: Bazaar Package Importer
  • Author(s): Theodore Karkoulis
  • Date: 2006-01-04 15:26:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060104152602-ipe1yg00rl3nlklv
Tags: 0.95-1
New Upstream Release (closes: #345052, #278575).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
OBJS-Cximage := $(tkcximage_dir)/src/CxImage/ximadsp.cpp.o  $(tkcximage_dir)/src/CxImage/ximaexif.cpp.o  \
 
2
                $(tkcximage_dir)/src/CxImage/ximagif.cpp.o  $(tkcximage_dir)/src/CxImage/ximainfo.cpp.o  \
 
3
                $(tkcximage_dir)/src/CxImage/ximajpg.cpp.o  $(tkcximage_dir)/src/CxImage/ximalyr.cpp.o   \
 
4
                $(tkcximage_dir)/src/CxImage/ximapng.cpp.o  $(tkcximage_dir)/src/CxImage/ximatga.cpp.o   \
 
5
                $(tkcximage_dir)/src/CxImage/ximatran.cpp.o $(tkcximage_dir)/src/CxImage/ximabmp.cpp.o  \
 
6
                $(tkcximage_dir)/src/CxImage/ximaenc.cpp.o   $(tkcximage_dir)/src/CxImage/ximage.cpp.o   \
 
7
                $(tkcximage_dir)/src/CxImage/ximahist.cpp.o  $(tkcximage_dir)/src/CxImage/ximaint.cpp.o \
 
8
                $(tkcximage_dir)/src/CxImage/ximalpha.cpp.o $(tkcximage_dir)/src/CxImage/ximapal.cpp.o   \
 
9
                $(tkcximage_dir)/src/CxImage/ximasel.cpp.o  $(tkcximage_dir)/src/CxImage/ximath.cpp.o    \
 
10
                $(tkcximage_dir)/src/CxImage/xmemfile.cpp.o
 
11
 
 
12
TARGETS-Cximage := $(tkcximage_dir)/src/CxImage/libCxImage.a
 
13
 
 
14
 
 
15
$(TARGETS-Cximage): $(OBJS-Cximage)
 
16
        @$(echo_ar_lib)
 
17
        @$(ar_lib)
 
18
 
 
19
all:: $(TARGETS-Cximage)
 
20
 
 
21
clean::
 
22
        rm -f $(TARGETS-Cximage) $(OBJS-Cximage)