summaryrefslogtreecommitdiff
path: root/camlibs/directory
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/directory
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/directory')
-rw-r--r--camlibs/directory/Makefile.am2
-rw-r--r--camlibs/directory/directory.df2
-rw-r--r--camlibs/directory/makedll.cmd2
-rw-r--r--camlibs/directory/makefile.os221
4 files changed, 0 insertions, 27 deletions
diff --git a/camlibs/directory/Makefile.am b/camlibs/directory/Makefile.am
index 6ed01680b..afdecc64f 100644
--- a/camlibs/directory/Makefile.am
+++ b/camlibs/directory/Makefile.am
@@ -1,5 +1,3 @@
-EXTRA_DIST = directory.df directory.def makefile.os2 makedll.cmd
-
camlib_LTLIBRARIES = directory.la
directory_la_CPPFLAGS = $(CPPFLAGS) $(AM_CPPFLAGS) $(LIBEXIF_CFLAGS)
diff --git a/camlibs/directory/directory.df b/camlibs/directory/directory.df
deleted file mode 100644
index 27a4f95b0..000000000
--- a/camlibs/directory/directory.df
+++ /dev/null
@@ -1,2 +0,0 @@
-LIBRARY GPDIRECT
-EXPORTS
diff --git a/camlibs/directory/makedll.cmd b/camlibs/directory/makedll.cmd
deleted file mode 100644
index a7b95eb26..000000000
--- a/camlibs/directory/makedll.cmd
+++ /dev/null
@@ -1,2 +0,0 @@
-gcc -c directory.c
-gcc -g -Wall -Zdll -Zcrtdll directory.o directory.def -lwrap -Le:\emx\lib e:\emx\lib\st\check.a e:\emx\lib\gcc.a E:\NETLABS\GNOME\GPHOTO2\LIBGPHOTO2\*.o E:\NETLABS\GNOME\GPHOTO2\LIBGPio\*.o e:\emx\lib\dl.a E:\NETLABS\GNOME\GPHOTO2\frontends\command-line\interface.o e:\emx\lib\dl.a e:\emx\lib\pthreads.a e:\emx\lib\pthrdrtl.a e:\emx\lib\mt\c.a
diff --git a/camlibs/directory/makefile.os2 b/camlibs/directory/makefile.os2
deleted file mode 100644
index 614d0d34d..000000000
--- a/camlibs/directory/makefile.os2
+++ /dev/null
@@ -1,21 +0,0 @@
-BASEPATH=..\..
-
-all: start \
- dll \
- end
-
-!include $(BASEPATH)\OS2MAK.INC
-
-dll: $(CAMLIBS)\gpdirbrw.dll
-
-OBJS=directory.o
-
-.c.o:
- @$(CC) -o $@ $< $(CCFLAGS)
-
-directory.def: directory.o
- @$(MAKEDEF)
-
-$(CAMLIBS)\gpdirbrw.dll: $(OBJS) directory.def
- @$(CC) $(DLLLINKFLAGS) -o $@ $** $(LIBS)
-