the great code shaking party
This commit is contained in:
parent
ecd0186b28
commit
75a06cf5b4
Docs
image77.htmlimg-alpha.htmlimg-asciiart.htmlimg-bitplane.htmlimg-cadres.htmlimg-calculs.htmlimg-combine.htmlimg-couleurs.htmlimg-dessin.htmlimg-detect.htmlimg-devel.htmlimg-df3.htmlimg-dither.htmlimg-effets.htmlimg-essais.htmlimg-fichiers.htmlimg-filtres.htmlimg-marquage.htmlimg-mires.htmlimg-op2x2.htmlimg-operat.htmlimg-patterns.htmlimg-plotters.htmlimg-povhf15.htmlimg-ptlist.htmlimg-showdiff.htmlimg-stereo.htmlimg-television.htmlimg-texte.htmlimg-warp.htmllibimage.csslibimage.html
Lib
MakefileREADME.mdanamorphose.cbasic_io.cbitblt.cbitplanes.cbmp.ccalcluts.ccalculs.cclassif.ccol_reduc.ccol_xyz.ccolors.ccolors2.ccombine.ccombine2.ccombine3.ccombine4.ccombine5.ccombine6.ccombine_rnd.ccontours.ccontrast.cdetect.cdetect2.cdither.cdither2.cdither3.cdither4.ceffects.ceffects2.ceffects3.ceps.cessais.cfiltadapt.cfiltres.cfoo.cgadgrect.cgamma.cglitch.cgray_ops.cimage.cimprime.cluts15bits.cmarques.cmircol.cmsglib.cmustopen.coctree.cop2x2.coperat.cpcx.cpht.cpng.cpnm.cptlist.cquadpics.crgbmask.csobel4.ctamppool.ctele_2.ctelevision.ctesttga.ctga.ctools.cturtle.cvignetize.czoom.c
23
Lib/Makefile
Normal file
23
Lib/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
#-----------------------------------------------------------------
|
||||
#
|
||||
#
|
||||
#
|
||||
#-----------------------------------------------------------------
|
||||
|
||||
include ../Paramakes.mk
|
||||
|
||||
DEPS = ../tthimage.h Makefile
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
|
||||
|
||||
image.o: image.c $(DEPS)
|
||||
|
||||
msglib.o: msglib.c $(DEPS)
|
||||
|
||||
#-----------------------------------------------------------------
|
||||
|
||||
foo: foo.c $(DEPS) image.o msglib.o
|
||||
gcc $(CFLAGS) $< image.o msglib.o -o $@
|
||||
|
||||
#-----------------------------------------------------------------
|
4
Lib/README.md
Normal file
4
Lib/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
# The tTh image processind library
|
||||
|
||||
Ugly software born around 1995 on a MS-Dos 286 computer.
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user