summaryrefslogtreecommitdiffstats
path: root/TOOLS/netstream/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move netstream.c out of its single-file subdirectory.diego2007-04-011-33/+0
* Remove unnecessary dependencies.diego2007-04-011-2/+0
* Get netstream somewhat closer to linking.diego2007-04-011-7/+3
* Simplify link command.diego2007-03-171-3/+2
* Bring netstream somewhat closer to linking, still won't work.diego2007-03-171-3/+5
* Remove unnecessary -I option from CFLAGS.diego2007-03-171-1/+1
* Mark phony targets as such.diego2007-03-171-2/+2
* Merge INCLUDE and CFLAGS, fixes Cola from last commit.diego2007-03-171-2/+1
* Remove unused variable.diego2007-03-171-1/+1
* Remove redundant rule for creating .o files from .c files, it's builtin.diego2007-03-171-4/+0
* Remove obsolete .SUFFIXES variable.diego2007-03-171-2/+0
* Remove nonsensical unused rules.diego2007-03-171-8/+0
* Simplify .depend file inclusion.diego2007-02-271-3/+1
* Remove internal minilzo, external liblzo can be used instead.diego2007-02-181-1/+0
* Remove nonexistent variable.diego2006-11-251-1/+0
* Remove superfluous comment.diego2006-11-251-3/+0
* Unify dep/depend targets.diego2006-11-201-3/+1
* Rename libdvdread to dvdread. We really only include only the dvdreaddiego2006-11-181-1/+1
* libmpdvdkit2 --> libdvdreaddiego2006-11-031-1/+1
* live.com --> LIVE555diego2006-08-281-1/+1
* Remove redundant variable that is contained in COMMON_LIBS.diego2006-08-251-1/+1
* Remove redundant variables that are contained in COMMON_LIBS.diego2006-08-251-7/+0
* Sync with the creation of the stream directory.diego2006-08-251-1/+1
* Simplify LIVE555 test and make it more consistent with the other tests.diego2006-08-011-1/+1
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-1/+2
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+1
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
* Avoid overly long lines to conform with the new general Makefile style.diego2005-06-191-10/+22
* MinGW compilation fix by Erik Lunchpail <erik_27can at yahoo dot com>diego2005-05-081-3/+9
* Remove nonexisting dependency.diego2005-05-041-1/+1
* readability cosmeticsdiego2005-05-041-1/+11
* -lpthread --> $(ARCH_LIB), helps linking on systems without pthread.diego2004-09-261-1/+1
* Bandaid linking fix, somebody should do this properly some day.diego2004-07-011-1/+3
* - Cleaned up the Makefile, added some *.o'sgabucino2004-02-171-1/+1
* A simple netstream server.albeu2003-04-061-0/+38