###############################################################################
#### Crack f95
###############################################################################
LIBCRACK      = libmi_time.so.1
NAME          = mi_test

all: libreria test


libreria: libreria-elf
test:     test-elf

libreria-elf:
	gcc5 -c -fPIC mi_time.c -v
	gcc5 -shared -Wl,-soname,$(LIBCRACK) -o $(LIBCRACK).0 mi_time.o -v
	cp $(LIBCRACK).0 /home/cfd/mmurillo/lib
test-elf:
	gcc5 mi_test.c -o $(NAME)
	echo TEST CRACK
	./mi_script	

libreria-aout:
	gcc5  -shared -Wl,-soname,$(LIBCRACK) -o $(LIBCRACK).0 mi_time.c
	cp $(LIBCRACK).0 /home/cfd/mmurillo/lib
test-aout:
	gcc5 mi_test.c -o $(NAME)
	echo TEST CRACK
	./mi_script	
------------------------------------------------------------------------ZZZXXXZZZ
Subscribe, unsubscribe, opt for a daily digest, or start a new e-group
at http://www.eGroups.com -- Free Web-based e-mail groups.
