Changeset 12741
- Timestamp:
- 11/12/07 17:35:28 (9 months ago)
- Files:
-
- branches/1.4/gdal/GDALmake.opt.in (modified) (2 diffs)
- branches/1.4/gdal/frmts/jp2kak/GNUmakefile (modified) (2 diffs)
- branches/1.4/gdal/frmts/jp2kak/jp2kak.lst (copied) (copied from trunk/gdal/frmts/jp2kak/jp2kak.lst)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.4/gdal/GDALmake.opt.in
r12568 r12741 36 36 C_PROFFLAGS = -g3 -pg -DDEBUG 37 37 38 LIBS = @LIBS@ $( DWG_LIBS) $(SDE_LIB) $(CURL_LIB) $(IDB_LIB)38 LIBS = @LIBS@ $(KAK_LIBS) $(DWG_LIBS) $(SDE_LIB) $(CURL_LIB) $(IDB_LIB) 39 39 40 40 PYTHON_INCLUDES = @PYTHON_INCLUDES@ … … 172 172 # 173 173 KAKDIR = @KAKDIR@ 174 175 ifneq (($KAKDIR),) 176 ifeq ($(HAVE_LIBTOOL),yes) 177 include $(GDAL_ROOT)/frmts/jp2kak/jp2kak.lst 178 KAK_LIBS = $(KAK_OBJ) 179 endif 180 endif 174 181 175 182 # branches/1.4/gdal/frmts/jp2kak/GNUmakefile
r9871 r12741 1 1 2 2 include ../../GDALmake.opt 3 4 ifneq (($KAKDIR),) 5 ifneq ($(HAVE_LIBTOOL),yes) 6 include $(GDAL_ROOT)/frmts/jp2kak/jp2kak.lst 7 endif 8 endif 3 9 4 10 OBJ = jp2kakdataset.o … … 7 13 -I$(KAKDIR)/apps/jp2 -I$(KAKDIR)/apps/image -I$(KAKDIR)/apps/args 8 14 9 APPOBJ = $(KAKDIR)/apps/make/args.o $(KAKDIR)/apps/make/image_in.o \ 10 $(KAKDIR)/apps/make/image_out.o $(KAKDIR)/apps/make/jp2.o \ 11 $(KAKDIR)/apps/make/mj2.o $(KAKDIR)/apps/make/palette.o \ 12 $(KAKDIR)/apps/make/roi_sources.o 15 APPOBJ = $(KAK_OBJ) 13 16 14 17 # The following are just for Kakadu 5.1 or later.
