File: make.osf1.alpha.compaq.std

package info (click to toggle)
soplex 7.1.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,568 kB
  • sloc: cpp: 76,923; sh: 1,125; python: 672; makefile: 668; awk: 243; ansic: 93; php: 15
file content (11 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
CXX	=	cxx
CPPFLAGS=	-Isrc -DNDEBUG
CXXFLAGS=	-std strict_ansi -distinguish_nested_enums -O2 -arch host -nortti \
		-ansi_alias -inline speed -assume accuracy_sensitive -ieee -g \
		-ptr $(OBJDIR)/cxx_repository   
REPOSIT	=	$(OBJDIR)/cxx_repository/*.o
#LDFLAGS	=	-non_shared -L/usr/local/lib -lm
LDFLAGS	=	-non_shared -lm
ARFLAGS	=	crs
ZLIB_FLAGS	=
ZLIB_LDFLAGS 	=	-lz