Browse Source

Removed in build system rewrite.

Ryan C. Gordon 24 năm trước cách đây
mục cha
commit
8e5e1b5c42
4 tập tin đã thay đổi với 0 bổ sung52 xóa
  1. 0 15
      archivers/Makefile.am
  2. 0 6
      extras/Makefile.am
  3. 0 21
      platform/Makefile.am
  4. 0 10
      test/Makefile.am

+ 0 - 15
archivers/Makefile.am

@@ -1,15 +0,0 @@
-noinst_LTLIBRARIES = libarchivers.la
-
-if BUILD_ZLIB
-INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/zlib114
-else
-INCLUDES = -I$(top_srcdir)
-endif
-
-libarchivers_la_SOURCES =	\
-	dir.c		\
-	grp.c		\
-	zip.c		\
-	unzip.c     \
-	unzip.h
-

+ 0 - 6
extras/Makefile.am

@@ -1,6 +0,0 @@
-EXTRA_DIST = \
-	physfsrwops.c  \
-	physfsrwops.h  \
-	physfshttpd.c
-
-

+ 0 - 21
platform/Makefile.am

@@ -1,21 +0,0 @@
-noinst_LTLIBRARIES = libplatform.la
-
-INCLUDES = -I$(top_srcdir)
-
-if BUILD_BEOS_CPP
-  X = beos.cpp
-else
-  Y = beos.cpp
-endif
-
-libplatform_la_SOURCES =	\
-	unix.c                  \
-	posix.c                 \
-	$(X)
-
-EXTRA_DIST =      \
-	skeleton.c    \
-	macclassic.c  \
-	win32.c       \
-	$(Y)
-

+ 0 - 10
test/Makefile.am

@@ -1,10 +0,0 @@
-if BUILD_TEST_PHYSFS
-
-bin_PROGRAMS = test_physfs
-
-INCLUDES = -I$(top_srcdir)
-
-test_physfs_LDADD = ../libphysfs.la
-test_physfs_SOURCES = test_physfs.c
-
-endif