From 2b60d55c919e7588f5aff15936e83c300b3660bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 22 Mar 2005 20:58:25 +0000 Subject: zexy-2.0: - use of abstractions for objects that allow it - some objects are build both as externals and abstractions (as slower fallbacks) - code-layout is now 1:1 c-file<->object (this should allow for building of zexy as a collection of externals instead as a big library) - matrix-objects have moved to iemmatrix !! svn path=/trunk/externals/zexy/; revision=2641 --- src/makefile.win | 58 -------------------------------------------------------- 1 file changed, 58 deletions(-) delete mode 100755 src/makefile.win (limited to 'src/makefile.win') diff --git a/src/makefile.win b/src/makefile.win deleted file mode 100755 index 820c17c..0000000 --- a/src/makefile.win +++ /dev/null @@ -1,58 +0,0 @@ -current: all -prefix=../../.. - -# the ZEXY-EXTERNAL-makefile -# everything is GnuGPL that should come with the zexy.tgz -# NO WARRANTIES FOR ANYTHING -# et cetera -# 1999:forum::für::umläute:2003 - -TARGETS = zexy \ - z_connective z_pack z_multiplex z_drip \ - z_makesymbol z_strings \ - z_index z_msgfile \ - z_stat z_average z_sort \ - z_tabread4 z_coordinates \ - z_datetime \ - z_matrix \ - z_noise z_testfun \ - z_multiline z_sigmatrix \ - z_nop z_zdelay \ - z_limiter z_quantize z_swap \ - z_sigbin z_sigaverage \ - z_dfreq z_sigzero z_pdf \ - z_sfplay z_sfrecord \ - z_sigpack \ - z_prime z_random z_wrap \ - z_operating_system - -.SUFFIXES: .dll - -OBJECTS = $(TARGETS:%=%.o) - -INCLUDE = -I. -I$(prefix)/src - -$(OBJECTS): *.h - -CFLAGS = -DNT -Wall -W -Wshadow -Wstrict-prototypes -Wno-unused -Wno-parentheses -Wno-switch $(INCLUDE) - -everything: clean all install - -clean: - -rm *.dll *.o - -all: $(OBJECTS) - - @echo :: $(OBJECTS) - gcc -shared -o zexy.dll *.o $(prefix)/bin/pd.dll - -.c.pd_linux: - cc $(CFLAGS) -O2 -DPD -fPIC $(INCLUDE) -c -o $*.o $*.c - -install: installdocs - @test -d $(prefix)/extra || mkdir -p $(prefix)/extra - install *.dll $(prefix)/extra - -installdocs: - install -d $(prefix)/doc/5.reference/zexy - install -m644 ../examples/*.pd $(prefix)/doc/5.reference/zexy -- cgit v1.2.1