|
Revision 237, 322 bytes
(checked in by bart, 2 years ago)
|
* Make clean routine support dir hashing. Again, this should be tested on win32!
* Use a define for the magic string in the eAccelerator file headers
* Bump up version to 0.9.5-rc1
* Put -O2 back on for -rc1
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
LTLIBRARY_NAME = libeaccelerator.la |
|---|
| 2 |
LTLIBRARY_SOURCES = eaccelerator.c optimize.c encoder.c loader.c opcodes.c content.c mm.c session.c shm.c debug.c cache.c ea_restore.c ea_store.c ea_info.c ea_dasm.c |
|---|
| 3 |
LTLIBRARY_SHARED_NAME = eaccelerator.la |
|---|
| 4 |
|
|---|
| 5 |
EXTRA_CFLAGS = -O2 -g -Wall |
|---|
| 6 |
|
|---|
| 7 |
include $(top_srcdir)/build/dynlib.mk |
|---|