mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 09:26:05 +00:00 
			
		
		
		
	Don't bother with this.
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
# $Id: GNUmakefile,v 1.97 2009-05-13 23:41:58 nicm Exp $
 | 
					# $Id: GNUmakefile,v 1.98 2009-05-13 23:43:27 nicm Exp $
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.PHONY: clean
 | 
					.PHONY: clean
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -16,13 +16,11 @@ ifdef FDEBUG
 | 
				
			|||||||
LDFLAGS+= -rdynamic
 | 
					LDFLAGS+= -rdynamic
 | 
				
			||||||
CFLAGS+= -g -ggdb -DDEBUG
 | 
					CFLAGS+= -g -ggdb -DDEBUG
 | 
				
			||||||
LIBS+= -ldl
 | 
					LIBS+= -ldl
 | 
				
			||||||
ifeq ($(CC),gcc)
 | 
					 | 
				
			||||||
CFLAGS+= -Wno-long-long -Wall -W -Wnested-externs -Wformat=2
 | 
					CFLAGS+= -Wno-long-long -Wall -W -Wnested-externs -Wformat=2
 | 
				
			||||||
CFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
 | 
					CFLAGS+= -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations
 | 
				
			||||||
CFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare
 | 
					CFLAGS+= -Wwrite-strings -Wshadow -Wpointer-arith -Wcast-qual -Wsign-compare
 | 
				
			||||||
CFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align
 | 
					CFLAGS+= -Wundef -Wbad-function-cast -Winline -Wcast-align
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
endif
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
PREFIX?= /usr/local
 | 
					PREFIX?= /usr/local
 | 
				
			||||||
INSTALLDIR= install -d
 | 
					INSTALLDIR= install -d
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user