diff options
author | Seth Alves <alves@src.gnome.org> | 2000-02-18 02:27:41 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-02-18 02:27:41 +0800 |
commit | c975d4ef24b4db28b19faf6d2b1e5d1956fe836c (patch) | |
tree | 1e5813bf10402e55217aabf96c79a9e039fd6eb6 /libical/src/libicalss | |
parent | 25f2854f67700d7263ab01e7baaf2921b078aefd (diff) | |
download | gsoc2013-evolution-c975d4ef24b4db28b19faf6d2b1e5d1956fe836c.tar.gz gsoc2013-evolution-c975d4ef24b4db28b19faf6d2b1e5d1956fe836c.tar.zst gsoc2013-evolution-c975d4ef24b4db28b19faf6d2b1e5d1956fe836c.zip |
didn't want these checked in
svn path=/trunk/; revision=1830
Diffstat (limited to 'libical/src/libicalss')
-rw-r--r-- | libical/src/libicalss/Makefile | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/libical/src/libicalss/Makefile b/libical/src/libicalss/Makefile deleted file mode 100644 index 3fb5387911..0000000000 --- a/libical/src/libicalss/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# Generated automatically from Makefile.in by configure. -SOURCES = icalcluster.c icalstore.c icalcalendar.c -OBJECTS = ${SOURCES:.c=.o} -INCLUDES = -I . -I.. -I../libical -CFLAGS = -Wall -g -O2 $(INCLUDES) -DSTDC_HEADERS=1 -DHAVE_MALLOC_H=1 -DHAVE_UNISTD_H=1 -DHAVE_TIME_H=1 -DHAVE_STDIO_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_ASSERT_H=1 -DHAVE_STRDUP=1 -DICAL_ERRORS_ARE_FATAL -LIBS = -CC = gcc -AR = ar cr -RANLIB = ranlib - -prefix = /usr/local -PREFIX = ${prefix} -EXEC_PREFIX = ${prefix} -BIN_DIR = $(EXEC_PREFIX)/bin -LIB_DIR = $(EXEC_PREFIX)/lib -INCLUDE_DIR = $(PREFIX)/include - -INSTALL = /usr/bin/install -c -INSTALL_DATA = ${INSTALL} -m 644 -INSTALL_PROGRAM= ${INSTALL} -m 755 - -all: lib - -lib: $(OBJECTS) - $(AR) libicalss.a $(OBJECTS) - $(RANLIB) libicalss.a - - -clean: - -/bin/rm -f *.o *.a - -/bin/rm -f \#* - -/bin/rm -f *~ Makefile.bak icalitip.tab.h icalitip.tab.c lex.yy.c - -/bin/rm -f icaltest parser core output *.output - -ci: clean - ci -u *.c *.h *.l *.y Makefile.in - -depend: - @makedepend -Y $(INCLUDES) $(SOURCES) - - -install: - $(INSTALL_DATA) libicalss.a $(LIB_DIR)/libicalss.a; - for i in `ls *.h`; \ - do \ - $(INSTALL_DATA) $$i $(INCLUDE_DIR)/$$i; \ - done; - - |