diff options
| author | Marijn Tamis <[email protected]> | 2019-04-01 14:21:09 +0200 |
|---|---|---|
| committer | Marijn Tamis <[email protected]> | 2019-04-01 14:21:09 +0200 |
| commit | d243404d4ba88bcf53f7310cc8980b4efe38c19f (patch) | |
| tree | dcc8ce2904e9f813e03f71f825c4d3c9ec565d91 /PxShared/src/compiler/linux32/Makefile | |
| parent | Add new SetSpheres and SetPlanes api's to bring them in line with setTriangles. (diff) | |
| download | nvcloth-d243404d4ba88bcf53f7310cc8980b4efe38c19f.tar.xz nvcloth-d243404d4ba88bcf53f7310cc8980b4efe38c19f.zip | |
1.1.6 Release.1.1.6
Diffstat (limited to 'PxShared/src/compiler/linux32/Makefile')
| -rw-r--r-- | PxShared/src/compiler/linux32/Makefile | 209 |
1 files changed, 0 insertions, 209 deletions
diff --git a/PxShared/src/compiler/linux32/Makefile b/PxShared/src/compiler/linux32/Makefile deleted file mode 100644 index 1815d2e..0000000 --- a/PxShared/src/compiler/linux32/Makefile +++ /dev/null @@ -1,209 +0,0 @@ -#!/usr/bin/make -# Makefile generated by XPJ for linux32 - -DEPSDIR = .deps -#default defines -OBJS_DIR = build -RMDIR = rm -fr -ECHO = echo -CCLD = g++ -CXX = g++ -CC = gcc -RANLIB = ranlib -AR = ar -STRIP = strip -OBJDUMP = objdump -OBJCOPY = objcopy --include Makedefs.linux32.mk - -all: checked debug profile release - -checked: build_PxCudaContextManager_checked - -debug: build_PxCudaContextManager_debug - -profile: build_PxCudaContextManager_profile - -release: build_PxCudaContextManager_release - -clean: clean_PxCudaContextManager_debug clean_PxCudaContextManager_checked clean_PxCudaContextManager_profile clean_PxCudaContextManager_release - rm -rf $(DEPSDIR) - - -clean_debug: clean_PxCudaContextManager_debug - rm -rf $(DEPSDIR) - - -clean_checked: clean_PxCudaContextManager_checked - rm -rf $(DEPSDIR) - - -clean_profile: clean_PxCudaContextManager_profile - rm -rf $(DEPSDIR) - - -clean_release: clean_PxCudaContextManager_release - rm -rf $(DEPSDIR) - - -include Makefile.PxCudaContextManager.mk - - -# Disable implicit rules to speedup build -.SUFFIXES: -SUFFIXES := -%.out: -%.a: -%.ln: -%.o: -%: %.o -%.c: -%: %.c -%.ln: %.c -%.o: %.c -%.cc: -%: %.cc -%.o: %.cc -%.C: -%: %.C -%.o: %.C -%.cpp: -%: %.cpp -%.o: %.cpp -%.p: -%: %.p -%.o: %.p -%.f: -%: - %.f%.o: %.f -%.F: -%: %.F -%.o: %.F -%.f: %.F -%.r: -%: %.r -%.o: %.r -%.f: %.r -%.y: -%.ln: %.y -%.c: %.y -%.l: -%.ln: %.l -%.c: %.l -%.r: %.l -%.s: -%: %.s -%.o: %.s -%.S: -%: %.S -%.o: %.S -%.s: %.S -%.mod: -%: %.mod -%.o: %.mod -%.sym: -%.def: -%.sym: %.def -%.h: -%.info: -%.dvi: -%.tex: -%.dvi: %.tex -%.texinfo: -%.info: %.texinfo -%.dvi: %.texinfo -%.texi: -%.info: %.texi -%.dvi: %.texi -%.txinfo: -%.info: %.txinfo -%.dvi: %.txinfo -%.w: -%.c: %.w -%.tex: %.w -%.ch: -%.web: -%.p: %.web -%.tex: %.web -%.sh: -%: %.sh -%.elc: -%.el: -(%): % -%.out: % -%.c: %.w %.ch -%.tex: %.w %.ch -%: %,v -%: RCS/%,v -%: RCS/% -%: s.% -%: SCCS/s.% -.web.p: -.l.r: -.dvi: -.F.o: -.l: -.y.ln: -.o: -.y: -.def.sym: -.p.o: -.p: -.txinfo.dvi: -.a: -.l.ln: -.w.c: -.texi.dvi: -.sh: -.cc: -.cc.o: -.def: -.c.o: -.r.o: -.r: -.info: -.elc: -.l.c: -.out: -.C: -.r.f: -.S: -.texinfo.info: -.c: -.w.tex: -.c.ln: -.s.o: -.s: -.texinfo.dvi: -.el: -.texinfo: -.y.c: -.web.tex: -.texi.info: -.DEFAULT: -.h: -.tex.dvi: -.cpp.o: -.cpp: -.C.o: -.ln: -.texi: -.txinfo: -.tex: -.txinfo.info: -.ch: -.S.s: -.mod: -.mod.o: -.F.f: -.w: -.S.o: -.F: -.web: -.sym: -.f: -.f.o: -export VERBOSE -ifndef VERBOSE -.SILENT: -endif |