Cleaned dos characters.
This commit is contained in:
parent
8609acd485
commit
c705ef8120
|
|
@ -1,30 +1,30 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
noinst_LIBRARIES = libhisim.a
|
||||
|
||||
libhisim_a_SOURCES = hsm1.c \
|
||||
hsm1acld.c \
|
||||
hsm1ask.c \
|
||||
hsm1cvtest.c \
|
||||
hsm1del.c \
|
||||
hsm1dest.c \
|
||||
hsm1eval102.c \
|
||||
hsm1eval112.c \
|
||||
hsm1eval120.c \
|
||||
hsm1getic.c \
|
||||
hsm1init.c \
|
||||
hsm1ld.c \
|
||||
hsm1mask.c \
|
||||
hsm1mdel.c \
|
||||
hsm1mpar.c \
|
||||
hsm1noi.c \
|
||||
hsm1par.c \
|
||||
hsm1pzld.c \
|
||||
hsm1set.c \
|
||||
hsm1temp.c \
|
||||
hsm1trunc.c
|
||||
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/include
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
noinst_LIBRARIES = libhisim.a
|
||||
|
||||
libhisim_a_SOURCES = hsm1.c \
|
||||
hsm1acld.c \
|
||||
hsm1ask.c \
|
||||
hsm1cvtest.c \
|
||||
hsm1del.c \
|
||||
hsm1dest.c \
|
||||
hsm1eval102.c \
|
||||
hsm1eval112.c \
|
||||
hsm1eval120.c \
|
||||
hsm1getic.c \
|
||||
hsm1init.c \
|
||||
hsm1ld.c \
|
||||
hsm1mask.c \
|
||||
hsm1mdel.c \
|
||||
hsm1mpar.c \
|
||||
hsm1noi.c \
|
||||
hsm1par.c \
|
||||
hsm1pzld.c \
|
||||
hsm1set.c \
|
||||
hsm1temp.c \
|
||||
hsm1trunc.c
|
||||
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/include
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
#ifndef _HISIMINIT_H
|
||||
#define _HISIMINIT_H
|
||||
|
||||
extern IFparm HSM1pTable[ ];
|
||||
extern IFparm HSM1mPTable[ ];
|
||||
extern char *HSM1names[ ];
|
||||
extern int HSM1pTSize;
|
||||
extern int HSM1mPTSize;
|
||||
extern int HSM1nSize;
|
||||
extern int HSM1iSize;
|
||||
extern int HSM1mSize;
|
||||
|
||||
#endif
|
||||
#ifndef _HISIMINIT_H
|
||||
#define _HISIMINIT_H
|
||||
|
||||
extern IFparm HSM1pTable[ ];
|
||||
extern IFparm HSM1mPTable[ ];
|
||||
extern char *HSM1names[ ];
|
||||
extern int HSM1pTSize;
|
||||
extern int HSM1mPTSize;
|
||||
extern int HSM1nSize;
|
||||
extern int HSM1iSize;
|
||||
extern int HSM1mSize;
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue