summaryrefslogtreecommitdiff
path: root/camlibs/minolta
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2006-10-06 18:41:05 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2006-10-06 18:41:05 +0000
commit9831fa553c08988a32dc4226a2409ad76ccfec57 (patch)
tree5386d6c6f8ab5c1baab466cb88934e71aa2b65e3 /camlibs/minolta
parent06dac9a4ec88d64f66e944c9331b847c1b22db4d (diff)
downloadlibgphoto2-9831fa553c08988a32dc4226a2409ad76ccfec57.tar.gz
Remove all OS/2 specific build files.
* These files have not been updated for years. * They probably don't work any more. * OS/2 files are missing for most of the system. * gphoto2-port-portability-os2.h has been integrated into gphoto2-port-portability.h (I wanted to get rid of the longest filename) * usb-os2.c is still there in libgphoto2_port/usb. * If someone wants to revive the OS/2 port, they are welcome to start based on the stuff removed or from scratch. * Perhaps it might be easier to just use the present GNU make/libtool build chain than fabricating something with nmake. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9280 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/minolta')
-rw-r--r--camlibs/minolta/dimagev/Makefile.am2
-rw-r--r--camlibs/minolta/dimagev/dimagev.df2
-rw-r--r--camlibs/minolta/dimagev/makefile.os229
3 files changed, 0 insertions, 33 deletions
diff --git a/camlibs/minolta/dimagev/Makefile.am b/camlibs/minolta/dimagev/Makefile.am
index 92d29aca9..520716122 100644
--- a/camlibs/minolta/dimagev/Makefile.am
+++ b/camlibs/minolta/dimagev/Makefile.am
@@ -1,5 +1,3 @@
-EXTRA_DIST = dimagev.df makefile.os2
-
camlib_LTLIBRARIES = dimagev.la
dimagev_la_SOURCES = capture.c data.c delete.c dimagev.c dimagev.h \
diff --git a/camlibs/minolta/dimagev/dimagev.df b/camlibs/minolta/dimagev/dimagev.df
deleted file mode 100644
index 705f3b1e3..000000000
--- a/camlibs/minolta/dimagev/dimagev.df
+++ /dev/null
@@ -1,2 +0,0 @@
-LIBRARY GPMINOLT
-EXPORTS
diff --git a/camlibs/minolta/dimagev/makefile.os2 b/camlibs/minolta/dimagev/makefile.os2
deleted file mode 100644
index 1c9c15828..000000000
--- a/camlibs/minolta/dimagev/makefile.os2
+++ /dev/null
@@ -1,29 +0,0 @@
-BASEPATH=..\..\..
-
-all: start \
- dll \
- end
-
-!include $(BASEPATH)\OS2MAK.INC
-
-dll: $(CAMLIBS)\gpminolt.dll
-
-.c.o:
- @$(CC) -o $@ $< $(CCFLAGS)
-
-OBJS= util.o \
- info.o \
- data.o \
- packet.o \
- delete.o \
- download.o \
- capture.o \
- status.o \
- dimagev.o \
- upload.o
-
-dimagev.def: dimagev.o
- @$(MAKEDEF)
-
-$(CAMLIBS)\gpminolt.dll: $(OBJS) dimagev.def
- @$(LINK) $(DLLLINKFLAGS) -o $@ $** $(LIBS)