text
stringlengths 0
14.1k
|
---|
</div> |
<footer class=""footer l-box is-center""> |
<div class=""contenido""> |
<div class=""left""> |
<a href=""https://github.com/salvacam/localizacionjs"" target=""_blank"" id=""git""> |
<span><i>Código</i></span> |
</a> |
<a href=""http://salvacam.x10.mx/pi/app.apk"" id=""apk""> |
<span><i>App Android</i></span> |
</a> |
<a href=""http://salvacam.x10.mx/pi/app.xap"" id=""xap""> |
<span><i>App Windows Phone</i></span> |
</a> |
</div> |
<div class=""right""> |
<a href=""http://salvacam.x10.mx/pi/Doc_.pdf"" target=""_blank"" id=""pdf""> |
<span><i>Documentación</i></span> |
</a> |
<a href=""http://slides.com/salvacam/localizacionjs/"" target=""_blank"" id=""prezi""> |
<span><i>Presentación</i></span> |
</a> |
</div> |
<div class=""center""> |
Proyecto Integrado Desarrollo de Aplicaciones Web 2015 |
<br/>Aplicación Web en Tiempo Real |
<br/>Salvador Camacho Soto |
</div> |
</div> |
</footer> |
</body> |
<script> |
</script> |
</html> |
" gpl-2.0 |
marcelo-mt/mc723p2 Makefile 3454 "# #################################################### |
# This is the Makefile for building the mips1 ArchC model |
# This file is automatically generated by ArchC |
# WITHOUT WARRANTY OF ANY KIND, either express |
# or implied. |
# For more information on ArchC, please visit: |
# http://www.archc.org |
# |
# The ArchC Team |
# Computer Systems Laboratory (LSC) |
# IC-UNICAMP |
# http://www.lsc.ic.unicamp.br |
# #################################################### |
# Variable that points to SystemC installation path |
SYSTEMC := /home/staff/rodolfo/mc723/systemc |
# Variable that points to ArchC installation path |
ARCHC := /home/staff/rodolfo/mc723/archc/bin |
# Target Arch used by SystemC |
TARGET_ARCH := linux64 |
INC_DIR := -I. -I/home/staff/rodolfo/mc723/archc/include/archc -I$(SYSTEMC)/include |
LIB_DIR := -L. -L$(SYSTEMC)/lib-$(TARGET_ARCH) -L/home/staff/rodolfo/mc723/archc/lib |
LIB_SYSTEMC := -lsystemc |
LIBS := $(LIB_SYSTEMC) -lm $(EXTRA_LIBS) -larchc |
CC := g++ |
OPT := -O3 |
DEBUG := -g |
OTHER := -Wno-deprecated |
CFLAGS := $(DEBUG) $(OPT) $(OTHER) |
MODULE := mips1 |
# These are the source files automatically generated by ArchC, that must appear in the SRCS variable |
ACSRCS := $(MODULE)_arch.cpp $(MODULE)_arch_ref.cpp $(MODULE).cpp pipeline.cpp cache.cpp branchpredictor.cpp |
# These are the source files automatically generated by ArchC that are included by other files in ACSRCS |
ACINCS := $(MODULE)_isa_init.cpp |
# These are the header files automatically generated by ArchC |
ACHEAD := $(MODULE)_parms.H $(MODULE)_arch.H $(MODULE)_arch_ref.H $(MODULE)_isa.H $(MODULE)_bhv_macros.H $(MODULE).H pipeline.h |
# These are the source files provided by ArchC that must be compiled together with the ACSRCS |
# They are stored in the archc/src/aclib directory |
ACFILES := |
# These are the library files provided by ArchC |
# They are stored in the archc/lib directory |
ACLIBFILES := ac_decoder_rt.o ac_module.o ac_storage.o ac_utils.o ac_syscall.o |
# These are the headers files provided by ArchC |
# They are stored in the archc/include directory |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.