PHP Classes

File: application/libraries/dompdf/lib/ttf2ufm/src/other/Makefile

Recommend this page to a friend!
  Classes of harold rita   PHP Thesis Proposal Hub   application/libraries/dompdf/lib/ttf2ufm/src/other/Makefile   Download  
File: application/libraries/dompdf/lib/ttf2ufm/src/other/Makefile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Thesis Proposal Hub
Store and publish research thesis documents
Author: By
Last change:
Date: 6 years ago
Size: 374 bytes
 

Contents

Class file image Download
PROGS= bz cmpf dmpf BZOBJS= bz.o bzscreen.o CFLAGS= -g all: $(PROGS) clean: rm -f $(PROGS) *.o *.core core.* core bz: $(BZOBJS) $(CC) $(CFLAGS) -o bz $(BZOBJS) cmpf: cmpf.c bmpfont.h $(CC) $(CFLAGS) -o cmpf -I/usr/local/include -L/usr/local/lib cmpf.c -lt1 -lm dmpf: dmpf.c bmpfont.h $(CC) $(CFLAGS) -o dmpf -I/usr/local/include -L/usr/local/lib dmpf.c -lt1 -lm